home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
moden
/
examples
/
exstat0.dfm
/
exstat0.txt
Wrap
Text File
|
1996-04-08
|
2KB
|
124 lines
object Form1: TForm1
Left = 106
Top = 94
Width = 663
Height = 436
Caption = 'Form1'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 16
object ApdTerminal1: TApdTerminal
Left = 8
Top = 8
Width = 632
Height = 300
ComPort = ApdComPort1
DisplayRows = 25
DisplayColumns = 79
CaptureFile = 'APD.CAP'
Font.Color = clYellow
Font.Height = -12
Font.Name = 'Terminal'
Font.Pitch = fpFixed
Font.Style = []
ParentColor = False
ParentFont = False
end
object Panel1: TPanel
Left = 8
Top = 320
Width = 505
Height = 81
TabOrder = 1
object BytesTransferred: TLabel
Left = 16
Top = 23
Width = 111
Height = 16
Caption = 'BytesTransferred:'
end
object FileName: TLabel
Left = 16
Top = 4
Width = 65
Height = 16
Caption = 'FileName:'
end
object BytesRemaining: TLabel
Left = 16
Top = 42
Width = 107
Height = 16
Caption = 'BytesRemaining:'
end
object FN: TLabel
Left = 176
Top = 5
Width = 4
Height = 16
end
object BT: TLabel
Left = 176
Top = 23
Width = 4
Height = 16
end
object BR: TLabel
Left = 176
Top = 41
Width = 4
Height = 16
end
object Msg: TLabel
Left = 16
Top = 61
Width = 29
Height = 16
Caption = 'Msg:'
end
object MS: TLabel
Left = 175
Top = 59
Width = 4
Height = 16
end
end
object StartTransmit: TButton
Left = 528
Top = 320
Width = 113
Height = 33
Caption = 'StartTransmit'
TabOrder = 2
OnClick = StartTransmitClick
end
object Cancel: TButton
Left = 528
Top = 360
Width = 113
Height = 33
Caption = 'Cancel'
TabOrder = 3
OnClick = CancelClick
end
object ApdComPort1: TApdComPort
Tracing = tlOn
TraceName = 'APD.TRC'
LogName = 'APD.LOG'
TriggerLength = 0
end
object ApdProtocol1: TApdProtocol
ComPort = ApdComPort1
FileMask = '*.pas'
BlockCheckMethod = bcmNone
KermitPadCharacter = #0
OnProtocolFinish = ApdProtocol1ProtocolFinish
OnProtocolStatus = ApdProtocol1ProtocolStatus
Left = 32
end
end